home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMVIEWNAME / TFMVIEWNAME.txt
Text File  |  2004-09-21  |  1KB  |  53 lines

  1. object FmViewName: TFmViewName
  2.   Left = 307
  3.   Top = 268
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create a New View'
  7.   ClientHeight = 100
  8.   ClientWidth = 275
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LblViewName: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 56
  22.     Height = 13
  23.     Caption = 'View &Name:'
  24.     FocusControl = EdtViewName
  25.   end
  26.   object BtnCancel: TBitBtn
  27.     Left = 184
  28.     Top = 64
  29.     Width = 75
  30.     Height = 25
  31.     TabOrder = 2
  32.     Kind = bkCancel
  33.   end
  34.   object BtnOk: TBitBtn
  35.     Left = 104
  36.     Top = 64
  37.     Width = 75
  38.     Height = 25
  39.     TabOrder = 1
  40.     Kind = bkOK
  41.   end
  42.   object EdtViewName: TcxTextEdit
  43.     Left = 8
  44.     Top = 32
  45.     Width = 257
  46.     Height = 21
  47.     Properties.OnChange = EdtViewNameChange
  48.     Style.StyleController = DM.EditStyles
  49.     TabOrder = 0
  50.     Text = 'EdtViewName'
  51.   end
  52. end
  53.